home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1995 November
/
EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso
/
earcd
/
program
/
misc
/
tri14dev.lha
/
Triton
/
Developer
/
gcc
/
source
/
triton.h
< prev
Wrap
C/C++ Source or Header
|
1995-08-25
|
570b
|
24 lines
/*
* Triton - The object oriented GUI creation system for the Amiga
* Written by Stefan Zeiger in 1993-1994
*
* (c) 1993-1994 by Stefan Zeiger
* You are hereby allowed to use this source or parts of it for
* creating programs for AmigaOS which use the Triton GUI creation
* system. All other rights reserved.
*
* Triton linkable library code for GCC - (c) 1994 by Gunther Nikl
*/
#ifndef _TRITON_H
#define _TRITON_H
/* no macros needed */
#define TR_NOMACROS
#define TR_NOSUPPORT
/* get the include */
#include <libraries/triton.h>
#endif _TRITON_H